var = "Good morning"

new_str = var.upper()

print(new_str)

#output
#GOOD MORNING